#landingimg{
    object-fit: cover;
    height: 100%;
    width: auto;
    top: -400px;

    display: block;
    position: absolute;
    justify-content: center;
    overflow: hidden !important;
    margin: auto;
    z-index: 0;
    animation: none;
    transition-duration: .5s;
    overflow-y: hidden;
    
}

body{
    background-image: url("../Ravintola/Restaurant_Background.jpg");
    font-family: Arial;
    background-size: cover;
    background-position: inherit;
    background-position-y: -200px;
    background-repeat: repeat-y;
    /* background-size: 80%; */
    font-size: 2vh;
    /* height: 2700px */
}
.main{
    height: 100vh;
}

#titleText{
    padding-left: 40px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 20px 30px  rgb(255, 255, 255, 0.7);
    border-radius: 45px;
    border-style: none;
    overflow: hidden;

    margin-top: 30px; 
    margin-bottom: 30px; 
    z-index: 2;
    
  
  }
  .contact{
    width: 100%;
    display: flex;
    overflow-x: hidden;
    overflow-y: visible;
    margin-bottom: 10px;
    z-index: 3;    
  
  }
  #titleText p,
  #title a{

    font-family: sans-serif;
    justify-content: center;
    color: black;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .storyText{
    max-width: 100%;
    background-color: white;
    box-shadow: 0px 0px 20px 30px  rgb(255, 255, 255);
    border-radius: 25px;
    border-style: none;
    overflow: visible;
    position: relative;
    display: block;
    z-index: 5;
    min-height: fit-content;
}


#names{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    flex-wrap: wrap;
  
    /* margin: 20px; */
    
    
  
  }
  #names div{
    height: max-content;
    align-items: center;
    margin-top: 45px;
    text-align: center;
    margin-bottom: 45px;
    line-height: 150%;
    /* text-overflow: hidden; */
    width: 350px;
    
  }
  
  
  
  #names div img{
  
    width: 200px !important;
    height: 200px !important;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .indexEmail{
    text-overflow: clip;
    /* position: absolute; 
    width: auto;*/
    white-space: nowrap;
    overflow-anchor: center;
  }
  
  .uwpgmap{
    padding-left: 8vw;
    width: 70vw;
    height: 70vh;
    
  }
  #right{
    max-width: 100%;
    width: 300px;
    display: block;
    float: left;
  
    flex-flow: wrap;
    right: 0px;
    height: max-content;
    flex-flow: row wrap;
    display: flexbox;
    margin-right: 10px;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 200px;
  }
